home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / sed15.zip / DOCS.ZIP / SED.TEX / img3.png < prev    next >
Portable Network Graphic  |  1991-09-22  |  67KB  |  1560x1165  |  4-bit (16 colors)
Labels: text | screenshot | font
OCR: Branch to the ':' command with the given label if any s commands made any substitutions since the most recent read of an input line or execution of a t or T. If no label is given, branch to the end of the script. Branch to the ':' command with the given label if no s commands have succeeded since the last input line or t or T command. Branch to the end of the script if no label is given. Write the current text buffer to wfile. If no wfile is given standard output is used. Write the first line of the current text buffer to wfile. If no wfile is given standard output is used. Exchange the contents of the current text buffer and hold space. Translate. Replace each occurrence of a character in string1 with the corresponding character in string2. The '/' may be any character not in string1 or string2. The lengths of the two strings must be equal. All-but. Apply the function (or group, if function is "{') only to lines not selected by the address(es) This command defines a label for b T and t commands. Write a line containing the current line number to the standard output. Execute the following commands through a matching '}' only when the current line matches the address or address range given. The command marks the end of a grouping started by a "{'. An empty command is ignored.